fcc software package provides Script to compile C/C++ programs and link to Fortran libraries, you can install in your Debian 7 (Wheezy) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install fcc
fcc is installed in your system.
Make ensure the fcc package were installed using the commands given below,
$ sudo dpkg-query -l | grep fcc *
You will get with fcc package name, version, architecture and description in a table
| Distro | Debian 7 wheezy |
| Section | Science |
| Package | fcc |
| Version | 2.7-1 |
| Description | Script to compile C/C++ programs and link to Fortran libraries |
| Sub Section | Science |